projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9d8ee
)
; * lisp/emacs-lisp/comp-run.el (comp-run-async-workers): Fix indentation.
author
Andrea Corallo
<acorallo@gnu.org>
Wed, 20 Mar 2024 15:59:33 +0000
(16:59 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Wed, 20 Mar 2024 15:59:33 +0000
(16:59 +0100)
lisp/emacs-lisp/comp-run.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp-run.el
b/lisp/emacs-lisp/comp-run.el
index 480f048777ca5d0b79c6032c02e3ca93594393e2..5cc615790306ceda9c59b7d74b2cde4855235748 100644
(file)
--- a/
lisp/emacs-lisp/comp-run.el
+++ b/
lisp/emacs-lisp/comp-run.el
@@
-233,8
+233,8
@@
display a message."
"`comp-files-queue' should be \".el\" files: %s"
source-file)
when (or native-comp-always-compile
- load
; Always compile when the compilation is
-
; commanded for late load.
+ load ; Always compile when the compilation is
+ ; commanded for late load.
;; Skip compilation if `comp-el-to-eln-filename' fails
;; to find a writable directory.
(with-demoted-errors "Async compilation :%S"